dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / IAuthenticationProvider<TConnection,TConnectionStringBuilder> Interface
Members

In This Topic
    IAuthenticationProvider<TConnection,TConnectionStringBuilder> Interface
    In This Topic
    Syntax
    'Declaration
     
    Public Interface IAuthenticationProvider
        (Of TConnection As DbConnection,
         TConnectionStringBuilder As DbConnectionStringBuilder) 
       Inherits IAuthenticationProvider 
    public interface IAuthenticationProvider<TConnection,TConnectionStringBuilder> : IAuthenticationProvider  
    where TConnection: DbConnection
    where TConnectionStringBuilder: DbConnectionStringBuilder
    Type Parameters
    TConnection
    TConnectionStringBuilder
    See Also